home *** CD-ROM | disk | FTP | other *** search
/ ftp2.jacobs.com / 2015.02.ftp2.jacobs.com.tar / ftp2.jacobs.com / pub / iPass / Open Mobile-V2.3.0-11624-V9.000.msi / Data1.cab / _5550144E18A5A5051D8EA3B8ACE9BF08 < prev    next >
Extensible Markup Language  |  2012-10-24  |  3KB  |  103 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Plugin Id="System" Name ="iPass System Library" Version="1.0.0" ProviderName="iPass Corp." ProviderUrl="www.ipass.com">
  3.  
  4.   <Command Name="ListAllCommands" Context="System" >
  5.     <!-- 
  6.     List all commands available
  7.     usage: ListAllCommands
  8.     return: list of command line, one command name per line. 
  9.     -->
  10.     <RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
  11.   </Command>
  12.  
  13.   <Command Name="ListAllServices" Context="System" >
  14.     <!-- 
  15.     List all services available
  16.     usage: ListAllServices
  17.     return: list of service, one service name per line. 
  18.     -->
  19.     <RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
  20.   </Command>
  21.  
  22.  
  23.  
  24.   <Command Name="Echo" Context="System" >
  25.     <!-- 
  26.     Echo input parmeter back, it is for test purpose.
  27.     usage: Echo <message string to echo>
  28.     return: the same string in parameter
  29.     -->
  30.     <RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
  31.   </Command>
  32.  
  33.   <Command Name="RunAsCurrentUser" >
  34.     <!-- 
  35.     Launch an application in current user session
  36.     usage: RunAsCurrentUser <command line to launch application>
  37.     return: process ID if succeeded, 0 if failed.
  38.     -->
  39.     <RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
  40.   </Command>
  41.  
  42.   <Command Name="DownloadAsCurrentUser" Context="User">
  43.     <!-- 
  44.     Copy a remote file to local hard drive as current user, it supports URI/URL/file format
  45.     usage: DownloadAsCurrentUser <remote URI> <local file>
  46.     return: 0 if succeed
  47.     -->
  48.     <RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
  49.   </Command>
  50.  
  51.  
  52.   <Command Name="Message" Context="System" >
  53.     <!-- 
  54.     Message command, for help: epcmd.exe message
  55.     -->
  56.     <RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
  57.   </Command>
  58.  
  59.   <Command Name="Log" Context="System" >
  60.     <!-- 
  61.     Log command, for help: epcmd.exe log
  62.     -->
  63.     <RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
  64.   </Command>
  65.  
  66.   <Command Name="Var" Context="System" >
  67.     <!-- 
  68.     Var command, for help: epcmd.exe var
  69.     -->
  70.     <RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
  71.   </Command>
  72.  
  73.   <Command Name="FilePack" Context="System" >
  74.     <!-- 
  75.     Var command, for help: epcmd.exe var
  76.     -->
  77.     <RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
  78.   </Command>
  79.  
  80.   <Command Name="UserEnvVar" Context="User" >
  81.     <!-- 
  82.     UserEnvVar command, for help: epcmd.exe UserEnvVar <environment variable name>
  83.     -->
  84.     <RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
  85.   </Command>
  86.  
  87.   <Command Name="SetUserEnvVar" Context="User" >
  88.     <!-- 
  89.     SetUserEnvVar command, for help: epcmd.exe SetUserEnvVar <environment variable name> <value>
  90.     -->
  91.     <RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
  92.   </Command>
  93.  
  94.   <Command Name="SetUserRegVar" Context="User" >
  95.     <!-- 
  96.     SetUserEnvVar command, for help: epcmd.exe SetUserRegVar <Full Registry Path> <value>
  97.     -->
  98.     <RunDLL File="System.Plugin.exe" Class="iPass.SystemCommon" />
  99.   </Command>
  100.  
  101.  
  102. </Plugin>
  103.